.recruiting-info-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: #ffd200;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.recruiting-info-editor{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    color: #eeeeee;
    margin-bottom: 190px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.06em;
    line-height: 1.6;
}
.recruiting-info-contact{
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #eeeeee;
    text-align: center;
    letter-spacing: 0.06em;
}
.recruiting-box-email {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #eeeeee;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 66px;
    color: #ffd200;
    transition: all .3s linear;
    letter-spacing: 0.06em;
}
.recruiting-box-email .fas {
    margin-right: 10px;
}
.recruiting-box-news {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #eeeeee;
    border: 1px solid #eeeeee;
    padding: 15px 20px;
    cursor: pointer;
    letter-spacing: 0.06em;
    transition: all .3s linear;
}
.recruiting-box-news:hover{
    color: #ffd200;
    border: 1px solid #ffd200;
}
.recruiting-info-news-box{
    text-align: center;
}
.recruiting-box-email:hover{
    color: #fff;
}